projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb0d33b
)
Added a (provide 'emacsbug); lisp-mnt.el needs this.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Thu, 25 Mar 1993 01:47:39 +0000
(
01:47
+0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Thu, 25 Mar 1993 01:47:39 +0000
(
01:47
+0000)
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index 8f64f8f8da74d69c9171d555c94c2c79afe8daec..03ae176562e21fb9fc91db5487e954bd7faefbd6 100644
(file)
--- a/
lisp/mail/emacsbug.el
+++ b/
lisp/mail/emacsbug.el
@@
-47,4
+47,6
@@
Prompts for bug subject. Leaves you in a mail buffer."
(insert "\nIn " (emacs-version) "\n\n")
(message (substitute-command-keys "Type \\[mail-send] to send bug report.")))
+(provide 'emacsbug)
+
;;; emacsbug.el ends here